Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Asdoc mixed regression || inclusion not working

    Hi everyone. I'm trying to export the results of my mixed methods ordered regression using the asdoc function but it's not working:

    Code:
    asdoc meologit var1 || country:
    output: | invalid name

    Can anyone help?
    Thank you

  • #2
    I think you need one pipe, as per the help file.

    Comment


    • #3
      Like this:
      Code:
      meologit var1 | country:
      ?
      Because I tried that and it didn't work

      Comment


      • #4
        Does the asdoc command (not function; from SSC, as you are asked to explain) support reporting results from this kind of model?

        Comment


        • #5
          Hi Nick
          I tried looking and didn't find any information on it online or in the help guide but I assumed so given the output is nearly the same as a normal regression output.
          I ended up asking here because I saw other questions about the asdoc command being posted

          Comment


          • #6
            asdoc is a popular command but you need to ping its author Attaullah Shah I don't use it as I never write papers or reports using Stata output in that way.

            Comment

            Working...
            X